home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
emula
/
arosdv19.lha
/
AROS
/
config
/
make.cfg
< prev
next >
Wrap
Text File
|
1996-10-25
|
1KB
|
51 lines
# The next line will generate an error but that's ok
include $(TOP)/config/host.cfg
VERSION=1.9
CURDIR=.
OS_INCLUDES= -I $(TOP)/include -I $(TOP)/amiga/include
INCLUDES=$(USER_INCLUDES) $(OS_INCLUDES)
CFLAGS=$(COMMON_CFLAGS) $(SPECIAL_CFLAGS) $(INCLUDES)
AFLAGS=$(COMMON_AFLAGS) $(SPECIAL_AFLAGS)
RM=rm -rf
CP=cp -r
MV=mv -f
MKDIR=mkdir
TOUCH=touch
AR=ar r
PURIFY=$(TOP)/purify
CC=$(SYS_CC)
AS=$(SYS_AS)
# Comment this line out to purify the source
#CC=$(PURIFY) $(SYS_CC)
#AS=$(PURIFY) $(SYS_AS)
# BINDIR is NOT the place where the executables are stored but where the
# resulting binary files for a certain architecture are places. Exes are
# in EXEDIR
ARCHDIR=$(TOP)/bin/$(ARCH)
# Compute depending paths
BINDIR=$(ARCHDIR)/AROS
EXEDIR=$(BINDIR)/c
SDIR=$(BINDIR)/s
LIBDIR=$(BINDIR)/lib
DEVSDIR=$(BINDIR)/devs
SLIBDIR=$(BINDIR)/libs
# Generated files which are not distributed
GENDIR=$(ARCHDIR)/gen
OSGENDIR=$(GENDIR)/os
# This is the first rule that is read by any makefile
first_rule : $(TOP)/config/host.cfg all
# Generate $(TOP)/config/host.cfg if it doesn't exist yet. GNU make will
# reread the makefile afterwards
$(TOP)/config/host.cfg : $(TOP)/configure
sh $(TOP)/configure $(TOP)/config/host.cfg
-rm -f $(TOP)/$(GENDIR)/*.d $(TOP)/$(GENDIR)/*/*.d